From: Andrea Corallo Date: Sat, 25 May 2024 15:12:22 +0000 (+0200) Subject: * src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~1367 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=129c6778e640f8ae9ba0eba9ad9ce81b4bf2328e;p=emacs.git * src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842). --- diff --git a/src/Makefile.in b/src/Makefile.in index e839a74dabf..a14ae5eacb8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -34,6 +34,11 @@ top_builddir = @top_builddir@ abs_top_srcdir=@abs_top_srcdir@ VPATH = $(srcdir) +# Set these to 'not-set' when they are not set from top-level to please +# 'load--fixup-all-elns' (bug#70842). +ELN_DESTDIR=not-set +BIN_DESTDIR=not-set + # This is not empty if this is a Makefile that will be copied to # cross/src. XCONFIGURE = @XCONFIGURE@